From 03ec2536588ee3699db18cbd7490fe199df04b2d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 26 Sep 2006 00:51:35 +0000 Subject: [PATCH] (display-splash-screen): Allow a prefix argument. --- lisp/startup.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/startup.el b/lisp/startup.el index cd256f2ced0..664fd285754 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1626,8 +1626,9 @@ Type \\[describe-distribution] for information on getting the latest version.")) (defun display-splash-screen (&optional hide-on-input) "Display splash screen according to display. Fancy splash screens are used on graphic displays, -normal otherwise." - (interactive) +normal otherwise. +With a prefix argument, any user input hides the splash screen." + (interactive "P") (if (use-fancy-splash-screens-p) (fancy-splash-screens hide-on-input) (normal-splash-screen hide-on-input))) -- 2.30.2